home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / sound / misc / algorhythms.lha / AlgoRhythms / Source / drawform.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-31  |  288 b   |  12 lines

  1. #ifndef DRAWFORM_LOADED
  2. #define DRAWFORM_LOADED 1
  3. #include "AlgoRhythms.h"
  4.  
  5. /* Drawform.h */
  6.  
  7. void draw_form( const struct timeval *duration, 
  8.                 const FORM_TYPE *form);
  9. void draw_time( const struct timeval *cur_time, 
  10.                 const struct timeval *duration);
  11. #endif
  12.